-
Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details …
- 400 views
- 0 answers
- 0 votes
-
Closed. This question needs debugging details. It is not currently accepting answers. Want to improve this question? Update the question …
- 301 views
- 0 answers
- 0 votes
-
SQLCONN.selectsql="SELECT Invoice_No,date,Customer_Name,GSTIN,State,Address,Item1,Qty1,Price1,Item2,Qty2,Price2,Item3,Qty3,Price3,Item4,Qty4,Price4,Item5,Qty5,Price5,Total_Price_WithoutGST,Total_WithGST FROM BillData WHERE month =’"+dt+"’ AND year =’"+dt2+"’"; MessageFormat header=new MessageFormat("Statement"); MessageFormat footer=new MessageFormat("Statement End"); try{ SQLCONN.connect(); if(SQLCONN.rs!=null){new …
- 340 views
- 0 answers
- 0 votes